const runtime.pcbucketsize
4 uses
runtime (current package)
symtab.go#L575: const pcbucketsize = 256 * minfunc // size of bucket in the pc->func lookup table
symtab.go#L838: b := x / pcbucketsize
symtab.go#L839: i := x % pcbucketsize / (pcbucketsize / nsub)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)